The Delete request will remove a previously stored ShortURL built by the Create request.
The URL will no longer be accessible by the customer and should not be shared by the Merchant.
The Delete request is called after a successful payment request is processed (whether the actual payment was accepted or declined by the bank).
The Delete end–point and Base64 encoded JSON template is included as one of the Webhooks from the Create API.
Field Name | Type (max length) |
Required MandatoryOptional |
Description |
---|---|---|---|
sessionID | String | M |
The sessionID of the ShortURL to be removed. The MetaData.LinkId is populated during the Create API call. |